Endpoint-Get-/ Users/ Me/ Toots→Json names a function, with lambda list NIL:
Enumerate all Toot characters available to you.
The Last-Modified header will be set to the maximum TOOTSVILLE TOOT-LAST-ACTIVE time of any Toot in roster.
The returned body will have a JSON object with one key, toots, which in turn contains an array of Toot names, ordered by their TOOTSVILLE TOOT-LAST-ACTIVE time, with the most recently used Toot listed first.
This is a web service endpoint accessed by the HTTP method GET at the URI template /users/me/toots. It returns a content-type of application/json.
There are no URI parameters.
It will report a slow response if it takes longer than 1.0 seconds (1,000 milliseconds) to complete.
Defined in file src/endpoints/slash-users.lisp.